buildable: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Fri, 8 May 2020 05:47:19 +0000 (01:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 12 May 2020 02:21:39 +0000 (22:21 -0400)
Don't refer to GtkContainer in the docs.

gtk/gtkbuildable.h

index 7808f0445dcce51ebe4f16fbd81be328ef336282..1dc1b08171950c46a17219807cb23ed65c8dbc52 100644 (file)
@@ -83,8 +83,8 @@ struct _GtkBuildableParser
  * @get_name: The getter corresponding to @set_name. Implement this
  *  if you implement @set_name.
  * @add_child: Adds a child. The @type parameter can be used to
- *  differentiate the kind of child. #GtkContainer implements this
- *  to add add a child widget to the container, #GtkNotebook uses
+ *  differentiate the kind of child. #GtkWidget implements this
+ *  to add event controllers to the widget, #GtkNotebook uses
  *  the @type to distinguish between page labels (of type "page-label")
  *  and normal children.
  * @set_buildable_property: Sets a property of a buildable object.